body {

	font-family: Times New Roman, serif;
	color: rgb(204,153,0);	/* entspricht #CC9900 */
	background-color: rgb(255,248,204);	/* entspricht #FFF8CC */

	/* applies to IE 5.0+ ONLY, no valid CSS!! */
	scrollbar-face-color: rgb(255,248,204);
	scrollbar-highlight-color: rgb(204,153,0);
	scrollbar-shadow-color: rgb(204,153,0);
	scrollbar-3dlight-color: rgb(255,248,204);
	scrollbar-arrow-color: rgb(0,0,255);
	scrollbar-track-color: rgb(255,248,204);
	scrollbar-darkshadow-color: rgb(255,248,204);

}

a {
	background-color: transparent;
	text-decoration: none;
	color: #8C6900;
}
a:visited {
	background-color: transparent;
	text-decoration: none;
	color: #8C6900;
}
a:hover {
	text-decoration: underline;
	background-color: transparent;
	color: #CC9900;
}
h1 {
	font-size: x-large;
	font-style: italic;
	text-align: center;
	color: #CC9900;
	background-color: transparent;
}
div.index {
	text-align: center;
}
div.index table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
div.navigation {
	text-align: center;
}
div.navigation table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
div.photograph {
	text-align: center;
}
div.photograph table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
td.thumbcell {
	width: 112px;
}
div.title {
	text-align: right;
	font-size: 0.8em;
	color: #CC9900;
	background-color: transparent;
}
.caption {
	text-align: center;
	color: #CC9900;
	background-color: transparent;
}
.footnote {
	font-size: x-small;
	text-align: right;
}
.textleft {
	text-align: left;
	color: #CC9900;
	font-size: 0.8em;
	background-color: transparent;
}
.textright {
	text-align: right;
	color: #CC9900;
	font-size: 0.8em;
	background-color: transparent;
}
.textcenter {
	text-align: center;
	color: #CC9900;
	font-size: 0.8em;
	background-color: transparent;
}
